Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.mini.message.actions--actions

This contribution is part of XML component org.nuxeo.ecm.social.mini.message.actions inside nuxeo-mini-message-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/minimessages.png" id="MiniMessages" label="mini.messages.tab.view" link="user_center_fragment.xhtml" order="35">
          <category>USER_CENTER</category>
          <filter-id>not_anonymous</filter-id>
        </action>
  • <action id="UserMiniMessages" label="mini.messages.tab.view" link="/incl/mini_messages.xhtml" order="10">
          <category>MiniMessages_sub_tab</category>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/minimessages.png" id="MiniMessages" label="mini.messages.tab.view" link="user_center_fragment.xhtml" order="35">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
    </action>

    <action id="UserMiniMessages" label="mini.messages.tab.view" link="/incl/mini_messages.xhtml" order="10">
      <category>MiniMessages_sub_tab</category>
    </action>

  </extension>